clk: stm32mp1: move oscillator functions to generic file
authorYann Gautier <[email protected]>
Fri, 17 May 2019 13:57:56 +0000 (15:57 +0200)
committerYann Gautier <[email protected]>
Mon, 17 Jun 2019 12:03:51 +0000 (14:03 +0200)
commitf66358afeeea6b78912b1c59b0e87f9b96451d5f
treeb8473aa86e871eeb621a0b223f4277e07b485313
parente1abd5600b0ddc3f821b0c8c3fae45d530583a85
clk: stm32mp1: move oscillator functions to generic file

Those functions are generic for parsing nodes from device tree
hence could be located in generic source file.

The oscillators description structure is also moved to STM32MP1 clock
driver, as it is no more used in stm32mp1_clkfunc and cannot be in a
generic file.

Change-Id: I93ba74f4eea916440fef9b160d306af1b39f17c6
Signed-off-by: Yann Gautier <[email protected]>
drivers/st/clk/stm32mp1_clk.c
drivers/st/clk/stm32mp1_clkfunc.c [deleted file]
drivers/st/clk/stm32mp_clkfunc.c
include/drivers/st/stm32mp1_clk.h
include/drivers/st/stm32mp1_clkfunc.h [deleted file]
include/drivers/st/stm32mp_clkfunc.h
plat/st/stm32mp1/platform.mk